home *** CD-ROM | disk | FTP | other *** search
- on(release){
- loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=6",0);
- set("/Variables:VaVers01","Fontaine");
- if(eval("/Variables:PersoPres") == 2)
- {
- set("/Variables:VaVers02","AbeiProche2");
- }
- if(eval("/Variables:PersoPres") == 1)
- {
- set("/Variables:VaVers02","AbeiProche1");
- }
- set("/Variables:PositionPerso","Fontaine");
- tellTarget(Gregor)
- {
- gotoAndStop("MarcheGauche");
- play();
- }
- if(eval("/Variables:PersoPres") == 2)
- {
- tellTarget(Prescott)
- {
- gotoAndStop("MarcheGauche");
- play();
- }
- }
- }
-